home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.txt_number = 1;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even10 == 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It has no power.";
- }
- else
- {
- _root.inven.gotoAndStop(6);
- }
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s the Principal\'s laptop.";
- }
- if(_root.micon._currentframe == 47 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(1);
- _root.even10 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Now it should work.";
- }
- if(_root.micon._currentframe == 6 && _root.range == true)
- {
- if(_root.even10 == 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It has no power.";
- }
- else if(_root.talk11 == 1)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(51);
- _root.next_dis1 = 2;
- _root.next_txt1 = "Ok now I have the file saved, I should get it back to Kathy.";
- }
- }
- }
- }
-